.footer-box {
    width: 100%;
    min-width: 1180px;
    background-color: #252525;
}
.footer-box .main {
    width: 1180px;
    min-width: 1180px;
    padding: 20px 0;
    margin: 0 auto;
    overflow: hidden;
}
.footer-box .main .left {
    float: left;
    overflow: hidden;
}
.footer-box .main .right {
    float: right;
    overflow: hidden;
}
.footer-box .main .center {
    margin-left: 175px;
}
.contact-way {
    font-size: 0;
    margin-top: 40px;
}
.contact-way p img,
.contact-way p span {
    display: inline-block;
    vertical-align: middle;
	background:transparent;
}
.contact-way p span {
    padding-left: 8px;
    font-family: SourceHanSansCN-Medium;
	font-size: 16px;
	font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
	letter-spacing: 0.2px;
	color: #ff7020;
}
.footer-box .main .right .code {
    margin-left: 25px;
    text-align: center;
    font-family: SourceHanSansCN-Medium;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #bfbfbf;
}
.footer-box .center ul {
    margin-left: 90px;
    font-family: SourceHanSansCN-Medium;
}
.footer-box .center ul p {
    padding-bottom: 6px;
    font-size: 16px;
    color: #fff;
}
.footer-box .center ul li a {
    font-size: 14px;
    color: #bfbfbf;
    line-height: 24px;
}
.footer-box .center ul a:hover {
    color: #fff;
}
.footer-box .tips {
    padding: 15px 0;
    border: solid 1px #434343;
    text-align: center;
    font-family: SourceHanSansCN-Medium;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #bfbfbf;
	background:transparent;
}